updateRisk
Update risk profile information
GraphQL Schema
extend type mutation {
"""Update risk profile information"""
updateRisk(input: UpdateRiskInput!): UpdateRiskPayload!
}
Arguments
| Name | Type | Description |
|---|---|---|
| input | [UpdateRiskInput!](/04-reference/05-Input Objects/UpdateRiskInput.mdx) |
Response Shape
This mutation returns UpdateRiskPayload!
| Name | Type | Description |
|---|---|---|
| success | Boolean! | Whether the mutation was successful |
| error | ErrorType | Error information |
| risk | Risk | Risk details |